net/http.persistConn.t (field)

15 uses

	net/http (current package)
		transport.go#L1686: 	cfg := cloneTLSConfig(pconn.t.TLSClientConfig)
		transport.go#L1697: 	if d := pconn.t.TLSHandshakeTimeout; d != 0 {
		transport.go#L1741: 		t:             t,
		transport.go#L1930: 		return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
		transport.go#L1940: 			return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
		transport.go#L2074: 	t         *Transport
		transport.go#L2112: 	if v := pc.t.MaxResponseHeaderBytes; v != 0 {
		transport.go#L2168: 	t := pc.t
		transport.go#L2246: 		pc.t.removeIdleConn(pc)
		transport.go#L2251: 		if err := pc.t.tryPutIdleConn(pc); err != nil {
		transport.go#L2534: 		timer := time.NewTimer(pc.t.ExpectContinueTimeout)
		transport.go#L2766: 	if !pc.t.DisableCompression &&
		transport.go#L2791: 	if pc.t.DisableKeepAlives &&
		transport.go#L2845: 			if d := pc.t.ResponseHeaderTimeout; d > 0 {
		transport.go#L2924: 		pc.t.decConnsPerHost(pc.cacheKey)